home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / prog_disc / volume_6 / issue_06 / cfrombasic / !C / !Run < prev    next >
Encoding:
Text File  |  1993-01-23  |  413 b   |  22 lines

  1. | !Run file for C Example
  2. |
  3. | By Thomas Down
  4. |
  5. | When writing in C, you should ALWAYS set up an
  6. | <appname$dir> variable, because it is used by the
  7. | library
  8.  
  9. set cexam$dir <obey$dir>
  10.  
  11. | There is no need for an iconsprites in this
  12. | example but it should be included anyway
  13.  
  14. iconsprites <cexam$dir>.!Sprites
  15.  
  16. | set the next slot
  17.  
  18. wimpslot -min 96k -max 96k
  19.  
  20. | Now the program can be run
  21.  
  22. run <cexam$dir>.!RunImage